home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Tools / Text / Edit / GoldED-Demo / Bonus / RA / developer / library / pragmas / remote_pragmas.h
Encoding:
C/C++ Source or Header  |  1999-12-03  |  391 b   |  13 lines

  1. /* $VER: ram:remote_pragmas.h 1.0 (20.6.98) */
  2. #ifndef RemoteBase_PRAGMA_H
  3. #define RemoteBase_PRAGMA_H
  4.  
  5. #pragma libcall RemoteBase RemoteInit 1e 00
  6. #pragma libcall RemoteBase RemoteAdd 24 801
  7. #pragma libcall RemoteBase RemoteRemove 2a 801
  8. #pragma libcall RemoteBase RemoteOpen 30 109804
  9. #pragma libcall RemoteBase RemoteError 36 001
  10. #pragma libcall RemoteBase RemoteValidate 3c 0802
  11.  
  12. #endif
  13.